home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_MacPaint / Convert MacPaint.app / English.lproj / Convert_MacPaint.nib / data.classes next >
Text File  |  1993-11-05  |  1KB  |  100 lines

  1. ProgressIndicator = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. ConvertDelegate = {
  10.     OUTLETS = {
  11.     level2button;
  12.     unpackbutton;
  13.     theOverseer;
  14.     packbutton;
  15.     level1button;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. TextFile = {
  20.     SUPERCLASS = File;
  21. };
  22. File = {
  23.     SUPERCLASS = ResultObject;
  24. };
  25. macpaintController = {
  26.     ACTIONS = {
  27.     ChangePacking:;
  28.     displayPreferences:;
  29.     };
  30.     OUTLETS = {
  31.     PackingButton;
  32.     ConvertCommand;
  33.     };
  34.     SUPERCLASS = ConvertController;
  35. };
  36. Reply = {
  37.     SUPERCLASS = ErrorInfo;
  38. };
  39. ConvertController = {
  40.     ACTIONS = {
  41.     appDidInit:;
  42.     appWillInit:;
  43.     UserDecided:;
  44.     appWillTerminate:;
  45.     PrepareForConversion:;
  46.     displayPreferences:;
  47.     };
  48.     OUTLETS = {
  49.     spellingCommand;
  50.     SourceFileName;
  51.     pasteCommand;
  52.     windowsCommands;
  53.     cutCommand;
  54.     servicesCommands;
  55.     ProgressWindow;
  56.     DestPath;
  57.     decisionText;
  58.     checkSpellingCommand;
  59.     SourceTitle;
  60.     editCommands;
  61.     infoCommands;
  62.     DestFileName;
  63.     SourcePathTitle;
  64.     StatusTitle;
  65.     prefPanel;
  66.     DestTitle;
  67.     quitCommand;
  68.     ProgressMeter;
  69.     hideCommand;
  70.     Status;
  71.     DestPathTitle;
  72.     SourcePath;
  73.     decisionWindow;
  74.     listener;
  75.     converterInst;
  76.     };
  77.     SUPERCLASS = ResultObject;
  78. };
  79. AbstractConverter = {
  80.     ACTIONS = {
  81.     ReportTo:;
  82.     };
  83.     OUTLETS = {
  84.     myManager;
  85.     };
  86.     SUPERCLASS = ResultObject;
  87. };
  88. macpaintConverter = {
  89.     SUPERCLASS = AbstractConverter;
  90. };
  91. ResultObject = {
  92.     SUPERCLASS = Object;
  93. };
  94. ErrorInfo = {
  95.     SUPERCLASS = Object;
  96. };
  97. PSFile = {
  98.     SUPERCLASS = TextFile;
  99. };
  100.